home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / xtra_lib / makefile.sas < prev    next >
Encoding:
Makefile  |  1995-02-26  |  413 b   |  22 lines

  1. #
  2. # This is the make file for the xtra lib subdirectory.
  3. #
  4. #                Gershon Elber, Aug 1991
  5. #
  6.  
  7. include ../makeflag.sas
  8.  
  9. OBJS = nure_svd.o bzrintrp.o
  10.  
  11. xtra.lib: $(OBJS)
  12.     rm -f xtra.lib
  13.     oml xtra.lib a *.o
  14.  
  15. install: xtra.lib
  16.     mv -f xtra.lib $(LIB_DIR)
  17.  
  18. # DO NOT DELETE THIS LINE -- make depend depends on it.
  19.  
  20. bzrintrp.o: ../include/irit_sm.h ../include/extra_fn.h
  21. nure_svd.o: ../include/irit_sm.h ../include/imalloc.h
  22.